/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #6c757d;
}
/*-----图片设置--*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #212529;
}
.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 1.375rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 0.9375rem;
}

.h6,
h6 {
  font-size: 0.75rem;
}



.btn-circled {
  border-radius: 75px;
}
.btn-primary,
.btn-white:hover {
  background: #0071bc !important;
  border-color: #0071bc !important;
  color: #fff;
}

.bg-dark,
.btn-primary:hover {
  background: #232323 !important;
  border-color: #232323 !important;
  color: #fff;
}


}
.bg-grey {
  background: #cccccc;
}


a {
  color: #0071bc;
  transition: 0.3s;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color:   #4fc3f7;
}




.page-link {
position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0071bc;
  background-color: #fff;
  border: 1px solid #dee2e6;

  }

.btn-primary:hover {
  background: #232323 !important;
  border-color: #232323 !important;
  color: #fff;
}

/*-----------------------------
 flag-icons
--------------------------------*/
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em
}

.fi:before {
  content: " "
}


/*-----------------------------
 Index SCROLL TO TOP
--------------------------------*/
.scroll-to-top {
  position: fixed;
  content: "";
  right: 30px;
  bottom: 50px;
  z-index: 999;
  background: #0071bc;
  color: #fff !important;
  border-radius: 100%;
  opacity: 0;
}
.scroll-to-top i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  display: block;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  text-decoration: none;
}

.reveal {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
/*-----------------------------
 SCROLL TO TOP
--------------------------------*/






/* Top Bar
================================================== */
.top-bar {
  padding: 0px 0;
  position: relative;
}

/* Top info */


/* Top social */


/* Header area
================================================== */


/* Top social */

.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}

.top-social ul li a:hover {
  color: #333;
}


/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #0071bc;/* 导航条颜色 */
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}

.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}



ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600 !important;
}

/*-- Logo --*/
.logo {
  padding-left: 0px;
  padding-right: 0px;
}
.logo img {
  width: auto;
  height: 100px;/*-- 控制Logo高度 --*/

}
.logo-text1{
  font-size: 28px;/*-- 中文控制Logo文本英文大小 --*/
} 
.logo-text2{
  font-size: 20px;/*-- 中文控制Logo文本英文大小 --*/

} /* -- --    padding-left: 30px;LOGO文本左侧  问题没解决--*/




/* header right */
.header-right {
  float: left;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: center;/* -- 微信图标手机居中 --*/
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;

  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;

  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  color: #111;
}
.info-box-title {
margin-bottom: 0.5rem
}
.info-box-subtitle {
margin-bottom: 0.5rem
}


/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #c0c0c0;/* 折叠导航图标颜色 */
}


              
.navbar-toggler:focus {
  outline: 0;
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}



ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {

  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 18px;/* 主导航字体大小 */
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}

/* head CSS  end */



/*----------------------
 FOOTER
-----------------------*/
#footer {
  padding: 80px 0px;
  position: relative;
  color: #000000;
}
#footer .footer-brand {
  font-size: 24px;
}
#footer .footer-links {
  padding-left: 0;
  list-style-type: none;
}
.footer-links i {
  display: inline-block;
  width: 25px;/*----页脚底部间距-------*/
}

#footer {
  background: url("../images/bg/world_map.jpg");
  background-size: cover;
}

.footer-overlay {
  background: #111;
  opacity: 0.94;
}

.footer-widget p {
  color: #888;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 14px;
}
.footer-widget h3 {
  color: #fff;
  margin-bottom: 30px;
}

.footer-links li {
  color: #888;
  line-height: 38px;
  font-size: 14px;
  text-transform: capitalize;
}

.footer-links a  {
  color: #888;
}
.footer-links li a:hover {
  color: #bdbdbd;
}


.footer-links i {
  width: 25px;
}

.footer-copy {
  color: #888;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}
.footer-copy:before {
  position: absolute;
  content: "";
  right: calc(100% + 30px);
  top: 16px;
  width: 2000%;
  height: 1px;
  height: 1px;
  background: #94959a;
}

.current-year  {
  color: #0071bc;
}
.current-year:hover {
  color:  #29b6f6;
}
.overlay {  /*----页脚底色蒙版-------*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*! background: rgba(0, 0, 0, 0.92); */
}
/*----------------------
 FOOTER 结束
-----------------------*/


/*----------------------
section全局样式
-----------------------*/

.section {

  padding: 30px 0 50px 0;/*----wap手机样式*/
}

@media (max-width: 768px) {
  .section {
    padding: 30px 0 60px 0;/*----U R D L*/
  }
}

@media (max-width: 450px) {
  .section {
    padding: 20px 0 30px 0;/*----U R D L*/
  }
}

/*----------------------section
 BANNER STYLE
-----------------------*/
.banner-area {
  padding: 2rem 0;/*-----导航已有padding，叠加后很大-----*/
}


.main-banner h5 {
  margin-bottom: 20px;
}


.main-banner p.lead,
.banner-content p.lead {
  margin-bottom: 2.5rem !important;
}


/*----------------------section
 FEATURE STYLE
-----------------------*/

#feature {
  background: #f8f8f8;
  padding: 2em 0 2em 0;
}
/*--
.img-icon-block:before {
  position: absolute;
  content: "";
  top: -27em;
  background-color: #0071bc;
  opacity: 0.3;
  width: 80px;
  right: 70px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}---*/
.img-icon-block i {
  font-size: 58px;
  z-index: 1 !important;
  color: #0071bc;
  position: relative;
}


  
  
  /*----------------------section
 product
-----------------------*/
.product-block {
  text-align: center;
}
.product-block img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.product-block h3 {
  margin-bottom: 15px;
}
  
/*----------------------news
  SECTION
-----------------------*/
.news-box {

  padding: 20px 0px;
  position: relative;
}



.news-box .news-img-box {
  border-radius: 5px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.single-news {
  padding-top: 10px;
  position: relative;
}

.bg-light .single-news {
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.news-content ul {
  margin-bottom: 10px;
}
.news-content a h3 {
  transition: all 0.3s ease 0s;
  margin: 5px 0px;
}
.news-content p {
  margin: 5px 0px;
}
.blog-content:hover a h3 {
  color: #0071bc;
}
.news-content h6 span {
  display: inline-block;
  padding-left: 10px;
}
.news-content h6 span:after {
  display: none;
}



/*----------------------about
  SECTION
-----------------------*/
.about-content
{
  padding: 30px 0px;
  position: relative;
}

.single-about img {
  border-radius: 10px;
}


.about-content {
  text-align: left;
  padding: 40px 20px;
  position: relative;
}
.about-content .btn {
  padding: 0.7rem 1.7rem;
  border-radius: 25px;
}
.about-content p {
  margin-top: 20px;
}
.about-content h4 {
  text-transform: capitalize;
}

.about-content-block {
  padding: 70px 40px;
  margin-left: -120px;
  background: #F4F7FC;
  position: absolute;
  bottom: -30px;
  border: 15px solid #fff;
  box-shadow: 0 7px 22px rgba(0, 0, 0, 0.08);
}

.about-content-block p {
  margin-top: 25px;
}

.about-01 {

  line-height: 1.35;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  color: #0071bc;
}

.about-02 {

  line-height: 1.35;
  margin-bottom: 0.5rem;
  font-size: 1.625rem;

}


/*----------------------honor
  SECTION
-----------------------*/
.work-block {
  position: relative;
  border: 5px solid #fff;
  text-align: center;
}
.work-block img {
  width: 100%;
  border-radius: 5px;
}
.work-block:hover .overlay-content-block {
  opacity: 1;
  visibility: visible;
}

.icon-block {
  
  color: #0071bc;
  font-size: 40px;
  line-height: 20px;
  font-weight: 400;
}





